Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / PdfEnum<TEnum> Structure / PdfEnum<TEnum> Constructor / PdfEnum<TEnum> Constructor(String)
The string representing a TEnum value.

In This Topic
    PdfEnum<TEnum> Constructor(String)
    In This Topic
    Initializes a new instance of the PdfEnum<TEnum> struct using a string. The passed string is converted to TEnum if possible.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As System.String _
    )
    public PdfEnum<TEnum>( 
       System.string value
    )

    Parameters

    value
    The string representing a TEnum value.
    See Also